minor formating update

This commit is contained in:
Jeremy Long
2017-11-05 06:24:25 -05:00
parent 7f01829de1
commit 9077c77908

View File

@@ -552,9 +552,9 @@ public class Engine implements FileFilter, AutoCloseable {
}
} else {
final Dependency d = scanFile(f, projectReference);
if(d != null){
deps.add(d);
}
if (d != null) {
deps.add(d);
}
}
}
}