Skip to content

Commit

Permalink
fix Codacy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
achimmihca committed Jun 22, 2022
1 parent c9b7950 commit 9ff4028
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

public class BackgroundMusicManager : MonoBehaviour, INeedInjection
{
public static BackgroundMusicManager instance;
private static BackgroundMusicManager instance;
public static BackgroundMusicManager Instance
{
get
Expand Down
2 changes: 1 addition & 1 deletion UltraStar Play/Assets/Scenes/Sing/CommonScoreControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class CommonScoreControl : INeedInjection, IInjectionFinishedListener

private int totalScoreAnimationId;

private HashSet<Sentence> ratedSentences = new();
private readonly HashSet<Sentence> ratedSentences = new();

public void OnInjectionFinished()
{
Expand Down

0 comments on commit 9ff4028

Please sign in to comment.