Skip to content

Commit a6ce065

Browse files
committed
Apply patch from /run fantomas
1 parent aa0f591 commit a6ce065

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Compiler/Utilities/TypeHashing.fs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -335,12 +335,12 @@ module HashTastMemberOrVals =
335335
let typeHash = hashTopType g argInfos retTy cxs
336336
let flagsHash = hash v.val_flags.PickledBits
337337
let attribsHash = hashAttributeList v.Attribs
338-
338+
339339
let combinedHash = nameHash @@ typarHash @@ typeHash @@ flagsHash @@ attribsHash
340-
340+
341341
// Include literal constant value in hash for deterministic builds
342342
match v.LiteralValue with
343-
| Some constVal ->
343+
| Some constVal ->
344344
let constHash = hashConst constVal
345345
combinedHash @@ constHash
346346
| None -> combinedHash

0 commit comments

Comments
 (0)