Skip to content

Commit 85789bd

Browse files
committed
fix whitespace
1 parent 364323d commit 85789bd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

eng/liveBuilds.targets

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,9 @@
189189
IsNative="true" />
190190
<!-- for threaded wasm -->
191191
<LibrariesRuntimeFiles Condition="'$(TargetOS)' == 'Browser' and Exists('$(LibrariesNativeArtifactsPath)dotnet.worker.js')"
192-
Include="
193-
$(LibrariesNativeArtifactsPath)dotnet.worker.js"
194-
IsNative="true" />
192+
Include="
193+
$(LibrariesNativeArtifactsPath)dotnet.worker.js"
194+
IsNative="true" />
195195
<LibrariesRuntimeFiles Condition="'$(TargetOS)' == 'Browser'"
196196
Include="
197197
$(LibrariesNativeArtifactsPath)src\*.c;

src/mono/wasm/templates/templates/browser/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "WebAssembly Browser App",
77
"shortName": "wasmbrowser",
88
"sourceName": "browser.0",
9-
"preferNameDirectory": true,
9+
"preferNameDirectory": true,
1010
"tags": {
1111
"language": "C#",
1212
"type": "project"

0 commit comments

Comments
 (0)