diff options
Diffstat (limited to 'nimpretty/tests/expected/wrong_ind.nim')
-rw-r--r-- | nimpretty/tests/expected/wrong_ind.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nimpretty/tests/expected/wrong_ind.nim b/nimpretty/tests/expected/wrong_ind.nim index 95a35a8fd..3ff9de91c 100644 --- a/nimpretty/tests/expected/wrong_ind.nim +++ b/nimpretty/tests/expected/wrong_ind.nim @@ -2,7 +2,7 @@ # bug #9505 import std/[ - strutils, ospaths, os + strutils, os ] import pkg/[ regex |