Skip to content

Commit 4405c7a

Browse files
committed
khepri_path: Fix indentation in component() definition
1 parent 89d42b8 commit 4405c7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/khepri_path.erl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@
7373
%% A node name.
7474

7575
-type component() :: node_id() |
76-
?KHEPRI_ROOT_NODE |
77-
?THIS_KHEPRI_NODE |
78-
?PARENT_KHEPRI_NODE.
76+
?KHEPRI_ROOT_NODE |
77+
?THIS_KHEPRI_NODE |
78+
?PARENT_KHEPRI_NODE.
7979
%% Component name in a path to a node.
8080

8181
-type native_path() :: [component()].

0 commit comments

Comments
 (0)