Skip to content

Commit 59dced7

Browse files
Fix spacing
1 parent d04e0da commit 59dced7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/structures/Structures.sac

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ import Bits: all;
55
import Char: all;
66
import String: all;
77
#ifdef EXT_STDLIB
8-
import Complex : all;
9-
import Quaternion : all;
10-
import Vector3 : all;
11-
import Vector3f : all;
8+
import Complex: all;
9+
import Quaternion: all;
10+
import Vector3: all;
11+
import Vector3f: all;
1212
#ifndef SAC_BACKEND_MUTC
1313
import Color8: all;
1414
import List: all;

0 commit comments

Comments
 (0)