few more formatting fixes

This commit is contained in:
brianf
2017-09-25 10:25:56 -04:00
parent 4fc8dd59d2
commit c33cc3f230
2 changed files with 4 additions and 4 deletions

View File

@@ -194,7 +194,7 @@ public class NodePackageAnalyzer extends AbstractFileTypeAnalyzer {
} else { } else {
LOGGER.warn("JSON value not string or JSON object as expected: {}", value); LOGGER.warn("JSON value not string or JSON object as expected: {}", value);
} }
} }
return evidenceStr; return evidenceStr;
} }
} }