Skip to content

Commit 3da4dc2

Browse files
rake format
1 parent 738d0ed commit 3da4dc2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Rakefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ BUILD_SOURCES = {
1313
type: "github",
1414
repo: "ruby/ruby",
1515
rev: "master",
16-
patches: Dir["./patches/*.patch"].map{|p| File.expand_path(p) }
16+
patches: Dir["./patches/*.patch"].map { |p| File.expand_path(p) }
1717
},
1818
"3_2" => {
1919
type: "github",
2020
repo: "ruby/ruby",
21-
rev: "v3_2_0",
22-
},
21+
rev: "v3_2_0"
22+
}
2323
}
2424

2525
FULL_EXTS =
@@ -88,7 +88,7 @@ BUILDS = [
8888
{ src: "3_2", target: "wasm32-unknown-wasi", profile: "full-js" },
8989
{ src: "3_2", target: "wasm32-unknown-wasi", profile: "full-js-debug" },
9090
{ src: "3_2", target: "wasm32-unknown-emscripten", profile: "minimal" },
91-
{ src: "3_2", target: "wasm32-unknown-emscripten", profile: "full" },
91+
{ src: "3_2", target: "wasm32-unknown-emscripten", profile: "full" }
9292
]
9393

9494
LIB_ROOT = File.dirname(__FILE__)

0 commit comments

Comments
 (0)