mirror of
https://github.com/cryptomator/cryptomator.git
synced 2024-11-26 21:40:29 +00:00
Removed newline
See: https://github.com/cryptomator/cryptomator/pull/1691#discussion_r650773723
This commit is contained in:
parent
714a0c6664
commit
1edc6e1189
@ -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;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user