Skip to content

Commit d41e2ce

Browse files
committed
chore: use the right syntax
1 parent 9db4463 commit d41e2ce

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

samples/ThreeDSample/MinimapView.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module ThreeDSample.Minimap
22

3-
#warnon 9
3+
#nowarn "9"
44

55
open System.Collections.Generic
66
open System.Numerics

samples/ThreeDSample/View.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module ThreeDSample.View
22

3-
#nowarn 9
3+
#nowarn "9"
44

55
open System
66
open System.Collections.Generic

0 commit comments

Comments
 (0)