summaryrefslogtreecommitdiff
path: root/test-suite/modules/objects.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/modules/objects.v')
-rw-r--r--test-suite/modules/objects.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/modules/objects.v b/test-suite/modules/objects.v
index 070f859e..d3a4c0b0 100644
--- a/test-suite/modules/objects.v
+++ b/test-suite/modules/objects.v
@@ -2,7 +2,7 @@ Module Type SET.
Axiom T : Set.
Axiom x : T.
End SET.
-
+
Set Implicit Arguments.
Unset Strict Implicit.