Skip to content

Commit f419424

Browse files
committed
formatting
1 parent f50a7fb commit f419424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/interval.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ export default class Interval {
195195
get end() {
196196
return this.isValid ? this.e : null;
197197
}
198-
198+
199199
/**
200200
* Returns the last DateTime included in the interval (since end is not part of the interval)
201201
* @type {DateTime}

0 commit comments

Comments
 (0)