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