mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 21:15:45 +00:00
remove all trailing whitespace (#2344)
* remove all trailing whitespace * fix one scala file Former-commit-id: c73a66046649b189f5df617fefa6e099b1c05426
This commit is contained in:
@@ -19,4 +19,3 @@ for file in os.listdir(base):
|
||||
if int(file) < current_build_number - 1:
|
||||
print('Removing old build ' + file)
|
||||
shutil.rmtree(file)
|
||||
|
||||
+1
-2
@@ -221,8 +221,7 @@ object HandleCapturedHeroesCommand
|
||||
)
|
||||
commandRequire(
|
||||
chosenHwo.isDefined,
|
||||
s"""Selected heroId ${selectedCommand.heroId} is not in
|
||||
|${availableCommand.availableHeroes
|
||||
s"""Selected heroId ${selectedCommand.heroId} is not in ${availableCommand.availableHeroes
|
||||
.map(_.getHero.id)}""".stripMargin
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user