aboutsummaryrefslogtreecommitdiff
path: root/client/js/models/snapshot.js
diff options
context:
space:
mode:
authorShyam Sunder2020-06-05 18:03:37 -0400
committerShyam Sunder2020-06-06 08:58:23 -0400
commit57193b57157b7a42896c887a2d5930493ac7b290 (patch)
tree9555453a944caae64d8a00e4b073482d9e7fb244 /client/js/models/snapshot.js
parentc06aaa63af977e64ef08bfba7829214f0f0ed38e (diff)
client+server: implement code autoformatting using prettier and black
Diffstat (limited to 'client/js/models/snapshot.js')
-rw-r--r--client/js/models/snapshot.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/js/models/snapshot.js b/client/js/models/snapshot.js
index cf5a308..5f8e2ae 100644
--- a/client/js/models/snapshot.js
+++ b/client/js/models/snapshot.js
@@ -1,7 +1,7 @@
-'use strict';
+"use strict";
-const api = require('../api.js');
-const events = require('../events.js');
+const api = require("../api.js");
+const events = require("../events.js");
class Snapshot extends events.EventTarget {
constructor() {

© 2015 - 2026 Jakob L. Kreuze