Skip to content

Commit

Permalink
Run fantomas
Browse files Browse the repository at this point in the history
  • Loading branch information
Numpsy authored and xperiandri committed Jul 25, 2024
1 parent 1cd65ea commit ae5cc3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Fake.Core.Context/Context.fs
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ module Context =
/// <summary>
/// Creates and sets the FAKE execution context from command line arguments.
/// </summary>
let setExecutionContextFromCommandLineArgs scriptFile: unit =
let setExecutionContextFromCommandLineArgs scriptFile : unit =
System.Environment.GetCommandLineArgs()
|> Array.skip 2 // skip fsi & scriptFile
|> Array.toList
Expand Down

0 comments on commit ae5cc3e

Please sign in to comment.