Skip to content
This repository was archived by the owner on Jul 13, 2024. It is now read-only.

Commit ab3e184

Browse files
author
Nicolas Carlo
committed
Fix lint issues
1 parent bf7a583 commit ab3e184

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/gitgraph.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1211,11 +1211,11 @@
12111211
if (this.commitDotText) {
12121212
var previousTextBaseline = this.context.textBaseline;
12131213
var previousTextAlign = this.context.textAlign;
1214-
1214+
12151215
this.context.fillStyle = "#000";
12161216
this.context.textAlign = "center";
1217-
this.context.textBaseline = 'middle';
1218-
this.context.fillText(this.commitDotText, this.x, this.y);
1217+
this.context.textBaseline = "middle";
1218+
this.context.fillText(this.commitDotText, this.x, this.y);
12191219

12201220
this.context.textBaseline = previousTextBaseline;
12211221
this.context.textAlign = previousTextAlign;

0 commit comments

Comments
 (0)