From 233e6fc8adae8b1f104cf7d7c151896bd5cf6d90 Mon Sep 17 00:00:00 2001 From: odersky Date: Mon, 21 Mar 2022 21:51:59 +0100 Subject: [PATCH] Fix another misleading indentation --- compiler/test/dotty/tools/repl/ShadowingTests.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/test/dotty/tools/repl/ShadowingTests.scala b/compiler/test/dotty/tools/repl/ShadowingTests.scala index 564ac6258633..1ba58a4babff 100644 --- a/compiler/test/dotty/tools/repl/ShadowingTests.scala +++ b/compiler/test/dotty/tools/repl/ShadowingTests.scala @@ -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