summaryrefslogtreecommitdiff
path: root/lib/lockfile.ml
diff options
context:
space:
mode:
author·𐑑𐑴𐑕𐑑𐑩𐑀2025-12-20 19:00:54 +0000
committer·𐑑𐑴𐑕𐑑𐑩𐑀2025-12-20 19:00:54 +0000
commite53b47c44606d7c97ae71dd6cc15bbde203e426c (patch)
tree06aeb3ccf0ff6e35f4d868b2bd48881b95d52a4c /lib/lockfile.ml
parent6c55091c079bf60dea8327d293802d04e7b57691 (diff)
downloadnixtaml-e53b47c44606d7c97ae71dd6cc15bbde203e426c.tar
nixtaml-e53b47c44606d7c97ae71dd6cc15bbde203e426c.tar.gz
nixtaml-e53b47c44606d7c97ae71dd6cc15bbde203e426c.tar.bz2
nixtaml-e53b47c44606d7c97ae71dd6cc15bbde203e426c.tar.lz
nixtaml-e53b47c44606d7c97ae71dd6cc15bbde203e426c.tar.xz
nixtaml-e53b47c44606d7c97ae71dd6cc15bbde203e426c.tar.zst
nixtaml-e53b47c44606d7c97ae71dd6cc15bbde203e426c.zip
Tabs in comments
Diffstat (limited to 'lib/lockfile.ml')
-rw-r--r--lib/lockfile.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lockfile.ml b/lib/lockfile.ml
index 4841574..650dfb6 100644
--- a/lib/lockfile.ml
+++ b/lib/lockfile.ml
@@ -190,7 +190,7 @@ module Darcs = struct
mirrors: URI.t list;
datetime: string option;
(* Darcs isn’t like the other girls; we don’t have a simple stable reference point.
- Either the tag or context can be used. *)
+ Either the tag or context can be used. *)
reference: Reference.t;
latest_weak_hash: string option;
}