Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Watzko
ShowCaseStandalone
Commits
c532c6a4
Commit
c532c6a4
authored
Nov 29, 2016
by
kellerkindt
Browse files
Fixed formatter
parent
f2f22472
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/com/kellerkindt/scs/SCSConfiguration.java
View file @
c532c6a4
...
...
@@ -206,7 +206,7 @@ public class SCSConfiguration extends Configuration {
}
public
String
getHoverTextBalanceFormatter
()
{
return
getForced
(
KEY_HOVER_TEXT_BALANCE_FORMATTER
,
".2f$"
);
return
getForced
(
KEY_HOVER_TEXT_BALANCE_FORMATTER
,
"
%
.2f$"
);
}
public
boolean
isDebuggingSave
()
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment