Skip to content

Commit

Permalink
Adding a space to the default suffix for the alt status bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Noxellar authored Jan 27, 2023
1 parent 909e954 commit 3871f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings/Settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const DEFAULT_SETTINGS: BetterWordCountSettings = {
altBar: [
{
prefix: "",
suffix: "files",
suffix: " files",
metric: {
type: MetricType.total,
counter: MetricCounter.files,
Expand Down

0 comments on commit 3871f71

Please sign in to comment.