Skip to content

Commit f6a49e9

Browse files
committed
Add pub to options
1 parent e64e73f commit f6a49e9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

personnummer.v

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ mut:
5656

5757
// options represents the personnummer options.
5858
pub struct Options {
59-
allow_coordination_number bool = true
60-
allow_interim_number bool
59+
pub:
60+
allow_coordination_number bool = true
61+
allow_interim_number bool
6162
}
6263

6364
type Any = Options | string

0 commit comments

Comments
 (0)