1
1
mirror of https://github.com/anoma/juvix.git synced 2024-11-30 14:13:27 +03:00
juvix/tests/positive/QualifiedSymbol2/N.juvix
Jonathan Cubides 4d0267ebb9
Fix: format juvix files in test/positive (#1978)
This PR fixes a formatting issue that drops blank lines between axiom
declarations.

It goes after:

- #1980
- Closes https://github.com/anoma/juvix/issues/1986
2023-04-12 10:07:01 +02:00

10 lines
71 B
Plaintext

module N;
import M;
module M;
axiom A : Type;
end;
axiom B : M.A;