Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite435b6e

Browse files
forkiKevinRansom
authored andcommitted
cleanup (#5484)
1 parent2101df0 commite435b6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/absil/ilwritepdb.fs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,8 +449,8 @@ let generatePortablePdb (embedAllSource:bool) (embedSourceList:string list) (sou
449449
letconvert(content:IEnumerable<Blob>)=
450450
use sha= System.Security.Cryptography.SHA1.Create()// IncrementalHash is core only
451451
lethash= content
452-
|> Seq.map(fun c-> c.GetBytes().Array|> sha.ComputeHash)
453-
|>Seq.collect id|>Array.ofSeq|> sha.ComputeHash
452+
|> Seq.collect(fun c-> c.GetBytes().Array|> sha.ComputeHash)
453+
|> Array.ofSeq|> sha.ComputeHash
454454
BlobContentId.FromHash(hash)
455455
System.Func<IEnumerable<Blob>, BlobContentId>( convert)
456456

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp