From f419424ed3da6e76740946839667d372dd2a2cac Mon Sep 17 00:00:00 2001 From: Isaac Cambron Date: Sat, 3 Aug 2024 17:07:54 -0400 Subject: [PATCH] formatting --- src/interval.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interval.js b/src/interval.js index 41c5035f9..c79c272eb 100644 --- a/src/interval.js +++ b/src/interval.js @@ -195,7 +195,7 @@ export default class Interval { get end() { return this.isValid ? this.e : null; } - + /** * Returns the last DateTime included in the interval (since end is not part of the interval) * @type {DateTime}