Remove extra newlines

This commit is contained in:
Dean Herbert 2018-08-21 19:16:07 +09:00 committed by GitHub
parent 22dce64d6d
commit 4cd21fabf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -27,7 +27,6 @@ private void load(OsuColour colours)
});
}
public IEnumerable<string> FilterTerms => new[] { Text };
public bool MatchingFilter
@ -37,6 +36,5 @@ public bool MatchingFilter
this.FadeTo(value ? 1 : 0);
}
}
}
}