Skip to content

Commit b448088

Browse files
committed
identation, refs #7
1 parent a04f344 commit b448088

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests.lgt

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
:- object(tests,
3-
extends(lgtunit)).
3+
extends(lgtunit)).
44

55
:- uses(interval_arithmetic, [
66
new/3,
@@ -14,14 +14,14 @@
1414
abs/2
1515
]).
1616

17-
cover(interval_arithmetic).
17+
cover(interval_arithmetic).
1818

1919
% new/3 tests
20-
test(interval_arithmetic_new_3_01, deterministic) :-
21-
new(1, 2, _).
20+
test(interval_arithmetic_new_3_01, deterministic) :-
21+
new(1, 2, _).
2222

23-
test(interval_arithmetic_new_3_02, fail) :-
24-
new(1, 1, _).
23+
test(interval_arithmetic_new_3_02, fail) :-
24+
new(1, 1, _).
2525

2626
test(interval_arithmetic_new_3_03, fail) :-
2727
new(3, 1, _).

0 commit comments

Comments
 (0)