Skip to content

Commit

Permalink
Trims whitespace - see #99.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Feb 24, 2024
1 parent 2f997e0 commit f777a11
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ public static String getConfigurationParameterFromStructurizrPropertiesFile(Stri
value = defaultValue;
}

if (value != null) {
value = value.trim();
}

return value;
}

Expand Down

0 comments on commit f777a11

Please sign in to comment.