diff options
| author | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-10 19:14:02 +0000 |
|---|---|---|
| committer | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-10 19:14:02 +0000 |
| commit | f3a11b566ccf9cc2b7b5445f97fbb7c49dcf11b6 (patch) | |
| tree | db763f8747645508935f4a2d55933293d2f04f87 | |
| parent | dac55b99fb5aa7008e2f7f1c981096912b0441aa (diff) | |
| download | nixtaml-f3a11b566ccf9cc2b7b5445f97fbb7c49dcf11b6.tar nixtaml-f3a11b566ccf9cc2b7b5445f97fbb7c49dcf11b6.tar.gz nixtaml-f3a11b566ccf9cc2b7b5445f97fbb7c49dcf11b6.tar.bz2 nixtaml-f3a11b566ccf9cc2b7b5445f97fbb7c49dcf11b6.tar.lz nixtaml-f3a11b566ccf9cc2b7b5445f97fbb7c49dcf11b6.tar.xz nixtaml-f3a11b566ccf9cc2b7b5445f97fbb7c49dcf11b6.tar.zst nixtaml-f3a11b566ccf9cc2b7b5445f97fbb7c49dcf11b6.zip | |
remove newline
| -rw-r--r-- | lib/editor.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/editor.ml b/lib/editor.ml index a0a6752..49706b4 100644 --- a/lib/editor.ml +++ b/lib/editor.ml @@ -2,7 +2,6 @@ โ SPDX-FileCopyrightText: 2025 toastal <https://toast.al/contact/> โ โ SPDX-License-Identifier: LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ*) - let find () = match Sys.getenv_opt "VISUAL" with | Some v -> v |
