aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/@types/Operation.ts
diff options
context:
space:
mode:
authorZero~Informatique2020-06-20 16:50:49 +0200
committerOzoneGrif2020-06-28 14:11:13 +0200
commit170d7a61f720ece9dc4b347b19f5a8213f1d8984 (patch)
tree3a7af0595faea4a98437f8f73b3172529bda3a1d /viewer/src/@types/Operation.ts
parent06355c9cebce469d3d827d48043387144c2458a5 (diff)
downloadldgallery-170d7a61f720ece9dc4b347b19f5a8213f1d8984.tar.gz
viewer: prettier formatting based on eslint-prettier plugin
Diffstat (limited to 'viewer/src/@types/Operation.ts')
-rw-r--r--viewer/src/@types/Operation.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewer/src/@types/Operation.ts b/viewer/src/@types/Operation.ts
index e7aad27..e566f4b 100644
--- a/viewer/src/@types/Operation.ts
+++ b/viewer/src/@types/Operation.ts
@@ -21,4 +21,4 @@ export enum Operation {
21 INTERSECTION = "", 21 INTERSECTION = "",
22 ADDITION = "+", 22 ADDITION = "+",
23 SUBSTRACTION = "-", 23 SUBSTRACTION = "-",
24}; 24}