Format with Fantomas

This commit is contained in:
Smaug123
2022-10-24 12:59:55 +01:00
parent dd26730c67
commit 9fc2ad6f22
3 changed files with 50 additions and 36 deletions

View File

@@ -2,6 +2,6 @@ namespace Raft.AssemblyInfo
open System.Runtime.CompilerServices
[<assembly: InternalsVisibleTo("Raft.Test")>]
[<assembly : InternalsVisibleTo("Raft.Test")>]
do ()