Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring to reduce sonar code smell fixes #4485

Merged
merged 18 commits into from
Nov 30, 2023
Prev Previous commit
Next Next commit
remove extra white space
  • Loading branch information
vladak authored Nov 28, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit a550d8d75210863dce4a1317ce1c1994aa340d8c
Original file line number Diff line number Diff line change
@@ -74,7 +74,7 @@ public Map<String, IndexedSymlink> getSymlinks(String projectName) throws IOExce
Map<String, IndexedSymlink> indexSymlinks = mappedIndexedSymlinks.get(projectKey);
return Optional.ofNullable(indexSymlinks)
.map(Collections::unmodifiableMap)
.orElseGet(Collections::emptyMap );
.orElseGet(Collections::emptyMap);
}

/**
Loading