Skip to content

Commit 233e6fc

Browse files
committed
Fix another misleading indentation
1 parent 2855693 commit 233e6fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/test/dotty/tools/repl/ShadowingTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ object ShadowingTests:
3333
val subdir = dir.resolve(name)
3434
try Files.createDirectory(subdir)
3535
catch case _: java.nio.file.FileAlreadyExistsException =>
36-
assert(Files.isDirectory(subdir), s"failed to create shadowed subdirectory $subdir")
36+
assert(Files.isDirectory(subdir), s"failed to create shadowed subdirectory $subdir")
3737
subdir
3838

3939
// The directory on the classpath containing artifacts to be shadowed

0 commit comments

Comments
 (0)