Skip to content

Commit 0f38abf

Browse files
author
Vladimir Kotal
committed
add whitespace
1 parent 5c501d6 commit 0f38abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/configuration/RuntimeEnvironment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ public List<Project> getProjectList() {
474474
*/
475475
@SuppressWarnings("unchecked")
476476
public Map<String,Project> getProjects() {
477-
return (Map<String,Project>)getConfigurationValue("projects");
477+
return (Map<String, Project>)getConfigurationValue("projects");
478478
}
479479

480480
/**

0 commit comments

Comments
 (0)