Skip to content

Commit 580612b

Browse files
authored
tab to space
1 parent 8303650 commit 580612b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Entities/MiniHeart.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class MiniHeart : AbstractMiniHeart {
2222
public MiniHeart(EntityData data, Vector2 position, EntityID gid)
2323
: base(data, position, gid) {
2424

25-
this.flash = data.Bool("flash", defaultValue: true);
25+
this.flash = data.Bool("flash", defaultValue: true);
2626
}
2727

2828
protected override void heartBroken(Player player, Holdable holdable, Level level) {

0 commit comments

Comments
 (0)