Skip to content

Commit e807bd7

Browse files
committed
fix case of self linting failure
1 parent cb073c3 commit e807bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dscanner/analysis/if_constraints_indent.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ private:
117117
unittest
118118
{
119119
import dscanner.analysis.config : StaticAnalysisConfig, Check, disabledConfig;
120-
import dscanner.analysis.helpers;
120+
import dscanner.analysis.helpers : assertAnalyzerWarnings;
121121
import std.format : format;
122122
import std.stdio : stderr;
123123

0 commit comments

Comments
 (0)