Skip to content

Commit 602a4bc

Browse files
committed
code alignment
1 parent abdfa4b commit 602a4bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/fsharp/fsc.fsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ open Microsoft.FSharp.Compiler.TcGlobals
1111
open Microsoft.FSharp.Compiler.Tast
1212
open Microsoft.FSharp.Compiler.TypeChecker
1313

14-
type SigningInfo = SigningInfo of (* delaysign:*) bool * (*signer:*) string option * (*container:*) string option
15-
1614
[<AbstractClass>]
1715
type ErrorLoggerProvider =
1816
new : unit -> ErrorLoggerProvider
@@ -24,6 +22,8 @@ val internal ProcessCommandLineArgsAndImportAssemblies : (string -> unit) * stri
2422
#if NO_COMPILER_BACKEND
2523
#else
2624

25+
type SigningInfo = SigningInfo of (* delaysign:*) bool * (*signer:*) string option * (*container:*) string option
26+
2727
val EncodeInterfaceData: tcConfig:TcConfig * tcGlobals:TcGlobals * exportRemapping:Tastops.Remap * generatedCcu: Tast.CcuThunk * outfile: string -> ILAttribute list * ILResource list
2828
val ValidateKeySigningAttributes : tcConfig:TcConfig * tcGlobals:TcGlobals * TypeChecker.TopAttribs -> SigningInfo
2929
val GetSigner : SigningInfo -> ILBinaryWriter.ILStrongNameSigner option

0 commit comments

Comments
 (0)