mirror of https://github.com/ppy/osu
Remove redundant string formatting
This commit is contained in:
parent
7b9ed924be
commit
9b9c473616
|
@ -65,7 +65,7 @@ private IEnumerable<Issue> getUnsnapIssues(HitObject hitobject, double unsnap, d
|
|||
public abstract class IssueTemplateUnsnap : IssueTemplate
|
||||
{
|
||||
protected IssueTemplateUnsnap(ICheck check, IssueType type)
|
||||
: base(check, type, "{0:0.##} is unsnapped by {1:0.##} ms.")
|
||||
: base(check, type, "{0} is unsnapped by {1:0.##} ms.")
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue