Skip to content

Commit

Permalink
Make Fantomas happy
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Gro committed Feb 21, 2025
1 parent 3f3de9c commit 7043c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Compiler/Interactive/ControlledExecution.fs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// because we continue to support older coreclrs and the windows desktop framework through netstandard2.0
// we access the features using reflection

#nowarn 3262 // The `Option.ofObj (Type.GetType..) construct warns in ns20, because Type.GetType is not annotated as nullable
#nowarn "3262" // The `Option.ofObj (Type.GetType..) construct warns in ns20, because Type.GetType is not annotated as nullable

namespace FSharp.Compiler.Interactive

Expand Down

0 comments on commit 7043c87

Please sign in to comment.