Skip to content

Commit d5ce18a

Browse files
lindexiwalterlv
andauthored
Update src/dotnetCampus.OpenXMLUnitConverter/PixelSize.cs
Co-authored-by: walterlv <450711383@qq.com>
1 parent cdfd03b commit d5ce18a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dotnetCampus.OpenXMLUnitConverter/PixelSize.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ public override int GetHashCode()
6666
}
6767

6868
/// <inheritdoc />
69-
public override string ToString() => $"W={Width} ;H={Height}";
69+
public override string ToString() => $"W={Width}; H={Height}";
7070
}
7171
}

0 commit comments

Comments
 (0)