mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-09-13 19:44:32 +00:00
Removed newline
See: https://github.com/cryptomator/cryptomator/pull/1691#discussion_r650773723
This commit is contained in:
@@ -36,7 +36,6 @@ public class InvalidSettingException extends RuntimeException {
|
||||
if (additionalMessage == null) {
|
||||
return reason.getMessage();
|
||||
}
|
||||
return reason.getMessage() + "\n" //
|
||||
+ "Additionally: " + additionalMessage;
|
||||
return reason.getMessage() + "Additionally: " + additionalMessage;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user