summaryrefslogtreecommitdiff
path: root/editor/state/storage.ml
diff options
context:
space:
mode:
Diffstat (limited to 'editor/state/storage.ml')
-rwxr-xr-xeditor/state/storage.ml3
1 files changed, 2 insertions, 1 deletions
diff --git a/editor/state/storage.ml b/editor/state/storage.ml
index f893c2d..b0c00de 100755
--- a/editor/state/storage.ml
+++ b/editor/state/storage.ml
@@ -62,7 +62,8 @@ let save'
(* First load the content from the storage *)
match check (load' key) with
- | false -> Ok false
+ | false ->
+ Ok false
| true ->
let storage = Brr_io.Storage.local G.window in
let operation = Brr_io.Storage.set_item