Skip to content

Commit 95c2904

Browse files
committed
Remove extra -endif.
This somehow got added in 5714f25, which breaks compilation. Change-Id: I54d1f04c28aba0343e5306d8f1bfa92755ea08d2 Reviewed-on: https://review.couchbase.org/c/ns_server/+/223976 Tested-by: Peter Searby <[email protected]> Well-Formed: Build Bot <[email protected]> Reviewed-by: Ben Huddleston <[email protected]>
1 parent 3a3c027 commit 95c2904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/ns_server/src/ns_config_default.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,4 +629,4 @@ detect_columnar_version_test() ->
629629
false = detect_columnar_version(<<"1.8.0r-9-ga083a1e-enterprise">>),
630630
true = not detect_columnar_version(<<"1.8.0r-9-ga083a1e-comm">>),
631631
true = detect_columnar_version(<<"1.8.0r-9-ga083a1e-columnar">>).
632-
-endif.-endif.
632+
-endif.

0 commit comments

Comments
 (0)