Skip to content

Commit

Permalink
we might need to add a space at the end of a string
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigma88 committed May 29, 2017
1 parent d520e53 commit 4ac9636
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Kronometer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,7 @@ public virtual string FormatFixer(string format)
.Replace("{{", "<")
.Replace("}}", ">")
.Replace("{ ", " ")
.Replace(" }", " ")

// Fix Years
.Replace("{Y}", "{0}")
Expand Down

0 comments on commit 4ac9636

Please sign in to comment.