mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 08:13:43 +01:00
minor formating update
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user