Skip to content

Commit

Permalink
Remove linux-arm64 from lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
PaddiM8 committed Dec 22, 2024
1 parent d85535b commit c896c72
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions cli/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@
}
}
},
"net9.0/linux-arm64": {
"net9.0/linux-x64": {
"Microsoft.DotNet.ILCompiler": {
"type": "Direct",
"requested": "[9.0.0, )",
Expand All @@ -357,4 +357,4 @@
}
}
}
}
}
3 changes: 1 addition & 2 deletions generators/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,5 @@
"contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg=="
}
},
"net9.0/linux-arm64": {}
}
}
}
4 changes: 2 additions & 2 deletions language-server/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,6 @@
}
}
},
"net9.0/linux-arm64": {}
"net9.0/linux-x64": {}
}
}
}
4 changes: 2 additions & 2 deletions readline/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"contentHash": "aekut5BeF4c1Jr2qab3aXcttcgPEfPb2ok2L8911EIzn3RnDBYnUWgx/1OVlqrSXCdwAkBpNgYWXb6b5t4cBng=="
}
},
"net9.0/linux-arm64": {}
"net9.0/linux-x64": {}
}
}
}
2 changes: 1 addition & 1 deletion src/Parsing/Parser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1696,4 +1696,4 @@ private bool PreviouslySkippedNewLine()

private bool IsWhiteSpace(TokenKind? kind)
=> kind is TokenKind.WhiteSpace or TokenKind.NewLine or TokenKind.Comment;
}
}
3 changes: 1 addition & 2 deletions src/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@
}
}
},
"net9.0/linux-arm64": {}
}
}
}

0 comments on commit c896c72

Please sign in to comment.