Skip to content
This repository has been archived by the owner on Dec 24, 2018. It is now read-only.

Commit

Permalink
Make ktlint happy
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Saveau <[email protected]>
  • Loading branch information
SUPERCILEX committed Mar 5, 2018
1 parent 72bf2bc commit 710128f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[*.{kt,kts}]
indent_size=unset
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ buildscript {
ext.kotlinVersion = '1.2.30'
ext.gradleRioVersion = '2018.02.17'
ext.sertainVersion = 'c1a751504d'
ext.ktlintVersion = '0.15.0'
ext.ktlintVersion = '0.19.0'

repositories {
jcenter()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package org.sert2521.powerup.intake.commands

import org.sert2521.powerup.intake.Intake
import org.sert2521.powerup.util.fastEjectSpeedScalar
import org.sert2521.powerup.util.normalEjectSpeedScalar
import org.sertain.command.Command

class EjectBlock : Command(500) {
Expand Down

0 comments on commit 710128f

Please sign in to comment.