Skip to content

Commit

Permalink
Fix another misleading indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
odersky committed Mar 21, 2022
1 parent 2855693 commit 233e6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/test/dotty/tools/repl/ShadowingTests.scala
Expand Up @@ -33,7 +33,7 @@ object ShadowingTests:
val subdir = dir.resolve(name)
try Files.createDirectory(subdir)
catch case _: java.nio.file.FileAlreadyExistsException =>
assert(Files.isDirectory(subdir), s"failed to create shadowed subdirectory $subdir")
assert(Files.isDirectory(subdir), s"failed to create shadowed subdirectory $subdir")
subdir

// The directory on the classpath containing artifacts to be shadowed
Expand Down

0 comments on commit 233e6fc

Please sign in to comment.