remove all trailing whitespace (#2344)

* remove all trailing whitespace

* fix one scala file


Former-commit-id: c73a66046649b189f5df617fefa6e099b1c05426
This commit is contained in:
2022-11-23 08:22:25 -08:00
committed by GitHub
parent 12094c0019
commit e08f327bd1
69 changed files with 545 additions and 547 deletions
-1
View File
@@ -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)
@@ -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
)