Skip to content

Commit

Permalink
update csharpier and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhathcock committed Nov 19, 2024
1 parent 05e8ea7 commit a650240
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/csharp/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
"isRoot": true,
"tools": {
"csharpier": {
"version": "0.29.2",
"version": "0.30.1",
"commands": [
"dotnet-csharpier"
]
],
"rollForward": false
}
}
}
2 changes: 1 addition & 1 deletion src/csharp/Speckle.WebIfc/WebIfc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public static class WebIfc
[DllImport(DllName)]
[DefaultDllImportSearchPaths(ImportSearchPath)]
public static extern uint GetGeometryType(IntPtr geometry);

[DllImport(DllName)]
[DefaultDllImportSearchPaths(ImportSearchPath)]
public static extern uint GetGeometryId(IntPtr geometry);
Expand Down

0 comments on commit a650240

Please sign in to comment.