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 {
LOGGER.warn("JSON value not string or JSON object as expected: {}", value);
}
}
return evidenceStr;
}
}
return evidenceStr;
}
}

View File

@@ -52,7 +52,7 @@ public class RubyGemspecAnalyzer extends AbstractFileTypeAnalyzer {
* A descriptor for the type of dependencies processed or added by this analyzer
*/
public static final String DEPENDENCY_ECOSYSTEM = "Ruby.Bundle";
/**
* The logger.
*/