Skip to content

Commit 3f52aa7

Browse files
committed
Add full stop for consistency with most other settings
1 parent 0f9be3e commit 3f52aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/hls-fourmolu-plugin/src/Ide/Plugin/Fourmolu.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ properties =
5959
emptyProperties
6060
& defineBooleanProperty
6161
#external
62-
"Call out to an external \"fourmolu\" executable, rather than using the bundled library"
62+
"Call out to an external \"fourmolu\" executable, rather than using the bundled library."
6363
False
6464

6565
provider :: Recorder (WithPriority LogEvent) -> PluginId -> FormattingHandler IdeState

0 commit comments

Comments
 (0)