Skip to content

Commit

Permalink
Fix codeinspect issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vunyunt committed Feb 18, 2024
1 parent 98f8fa2 commit 67e86a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions osu.Game.Rulesets.Taiko/UI/TaikoPlayfield.cs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 123,9 @@ private void load(OsuColour colours)
Name = "Bar line content",
RelativeSizeAxes = Axes.Both,
Padding = new MarginPadding {

Check failure on line 125 in osu.Game.Rulesets.Taiko/UI/TaikoPlayfield.cs

View workflow job for this annotation

GitHub Actions / Code Quality

Line break is missing around expression braces in osu.Game.Rulesets.Taiko\UI\TaikoPlayfield.cs on line 125

Left = hit_target_width / 2 hit_target_offset,

Check failure on line 127 in osu.Game.Rulesets.Taiko/UI/TaikoPlayfield.cs

View workflow job for this annotation

GitHub Actions / Code Quality

Incorrect number of blank lines near braces, expected maximum 0 instead of 1 in osu.Game.Rulesets.Taiko\UI\TaikoPlayfield.cs on line 127

Right = hit_target_width / 2}, // To avoid barline appearing before the beginning of playfield when trimmed

Check failure on line 129 in osu.Game.Rulesets.Taiko/UI/TaikoPlayfield.cs

View workflow job for this annotation

GitHub Actions / Code Quality

Line break is missing around expression braces in osu.Game.Rulesets.Taiko\UI\TaikoPlayfield.cs on line 129
Children = new Drawable[]
{
Expand Down

0 comments on commit 67e86a8

Please sign in to comment.