Skip to content

Commit

Permalink
format: Automated dotnet-format update from commit 699f28c on refs/he…
Browse files Browse the repository at this point in the history
…ads/develop
  • Loading branch information
actions-user committed Aug 10, 2022
1 parent 699f28c commit 6df9a07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Serein/Settings/Matches.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ internal class Matches
public string Difficulty { get; set; } = "(PEACEFUL|EASY|NORMAL|HARD|DIFFICULT[^Y])";
public string LevelName { get; set; } = "Level Name: (.+?)$";
public string Finished { get; set; } = "(Done|Started)";
public string[] MuiltLines { get; set; } =
public string[] MuiltLines { get; set; } =
{
@"players\sonline:"
@"players\sonline:"
};

public Matches()
Expand Down

0 comments on commit 6df9a07

Please sign in to comment.