Skip to content

Commit 1a703b1

Browse files
committed
Appease linter
1 parent 855b655 commit 1a703b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Control/Monad/Eff/AVar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ var AVar = function () {
205205
}
206206
}
207207

208-
AVar.EMPTY = EMPTY
208+
AVar.EMPTY = EMPTY;
209209
AVar.putLast = putLast;
210210
AVar.takeLast = takeLast;
211211
AVar.takeHead = takeHead;

0 commit comments

Comments
 (0)