Skip to content

Commit 7b3c7d8

Browse files
[autofix.ci] apply automated fixes
1 parent 1e334b3 commit 7b3c7d8

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

src/jsc/JSValue.rs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2059,8 +2059,11 @@ unsafe extern "C" {
20592059
safe fn JSC__JSValue__coerceToInt32(this: JSValue, global: &JSGlobalObject) -> i32;
20602060
safe fn JSC__JSValue__coerceToInt64(this: JSValue, global: &JSGlobalObject) -> i64;
20612061
safe fn JSC__JSValue__fastGet(this: JSValue, global: &JSGlobalObject, builtin: u8) -> JSValue;
2062-
safe fn JSC__JSValue__fastGetOwn(this: JSValue, global: &JSGlobalObject, builtin: u8)
2063-
-> JSValue;
2062+
safe fn JSC__JSValue__fastGetOwn(
2063+
this: JSValue,
2064+
global: &JSGlobalObject,
2065+
builtin: u8,
2066+
) -> JSValue;
20642067
safe fn JSC__JSValue__jsonStringify(
20652068
this: JSValue,
20662069
global: &JSGlobalObject,

0 commit comments

Comments
 (0)