Skip to content

Commit 0ba2509

Browse files
committed
forgot comma
1 parent 10fbaa3 commit 0ba2509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Objects/Zoom.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public enum Jorts.Zoom {
5656
* CSS name is s + size. CSS classes cannot start name with number
5757
*/
5858
public string to_class () {
59-
return "s" + this.to_int.to_string ()
59+
return "s" + this.to_int.to_string ();
6060
}
6161

6262
/*************************************************/

0 commit comments

Comments
 (0)