Skip to content

Commit e86fdf5

Browse files
style: format code with ClangFormat, dotnet-format, Prettier, RuboCop, Rustfmt, Scalafmt, StandardJS, StandardRB and swift-format
This commit fixes the style issues introduced in 83fa027 according to the output from ClangFormat, dotnet-format, Prettier, RuboCop, Rustfmt, Scalafmt, StandardJS, StandardRB and swift-format. Details: #103
1 parent 83fa027 commit e86fdf5

55 files changed

Lines changed: 85657 additions & 8933 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.next/build/chunks/[root-of-the-server]__0d-m0h0._.js

Lines changed: 245 additions & 178 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.next/build/chunks/[root-of-the-server]__0iz~thn._.js

Lines changed: 598 additions & 428 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.next/build/chunks/[root-of-the-server]__0ubbtyl._.js

Lines changed: 470 additions & 415 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.next/build/chunks/[root-of-the-server]__0z6~21d._.js

Lines changed: 470 additions & 415 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
module.exports = [
2-
"[turbopack-node]/transforms/postcss.ts { CONFIG => \"[project]/postcss.config.mjs [postcss] (ecmascript)\" } [postcss] (ecmascript, async loader)", ((__turbopack_context__) => {
3-
4-
__turbopack_context__.v((parentImport) => {
5-
return Promise.all([
6-
"chunks/node_modules_13sb.px._.js",
7-
"chunks/[root-of-the-server]__0d-m0h0._.js"
8-
].map((chunk) => __turbopack_context__.l(chunk))).then(() => {
9-
return parentImport("[turbopack-node]/transforms/postcss.ts { CONFIG => \"[project]/postcss.config.mjs [postcss] (ecmascript)\" } [postcss] (ecmascript)");
2+
'[turbopack-node]/transforms/postcss.ts { CONFIG => "[project]/postcss.config.mjs [postcss] (ecmascript)" } [postcss] (ecmascript, async loader)',
3+
(__turbopack_context__) => {
4+
__turbopack_context__.v((parentImport) => {
5+
return Promise.all(
6+
[
7+
"chunks/node_modules_13sb.px._.js",
8+
"chunks/[root-of-the-server]__0d-m0h0._.js",
9+
].map((chunk) => __turbopack_context__.l(chunk)),
10+
).then(() => {
11+
return parentImport(
12+
'[turbopack-node]/transforms/postcss.ts { CONFIG => "[project]/postcss.config.mjs [postcss] (ecmascript)" } [postcss] (ecmascript)',
13+
);
14+
});
1015
});
11-
});
12-
}),
13-
];
16+
},
17+
];
Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
module.exports = [
2-
"[turbopack-node]/transforms/webpack-loaders.ts [webpack_loaders] (ecmascript, async loader)", ((__turbopack_context__) => {
3-
4-
__turbopack_context__.v((parentImport) => {
5-
return Promise.all([
6-
"chunks/[root-of-the-server]__0iz~thn._.js"
7-
].map((chunk) => __turbopack_context__.l(chunk))).then(() => {
8-
return parentImport("[turbopack-node]/transforms/webpack-loaders.ts [webpack_loaders] (ecmascript)");
2+
"[turbopack-node]/transforms/webpack-loaders.ts [webpack_loaders] (ecmascript, async loader)",
3+
(__turbopack_context__) => {
4+
__turbopack_context__.v((parentImport) => {
5+
return Promise.all(
6+
["chunks/[root-of-the-server]__0iz~thn._.js"].map((chunk) =>
7+
__turbopack_context__.l(chunk),
8+
),
9+
).then(() => {
10+
return parentImport(
11+
"[turbopack-node]/transforms/webpack-loaders.ts [webpack_loaders] (ecmascript)",
12+
);
13+
});
914
});
10-
});
11-
}),
12-
];
15+
},
16+
];

0 commit comments

Comments
 (0)