Skip to content

Commit

Permalink
chore: update patch
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Nov 23, 2023
1 parent 54ecaab commit e908ca2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions crates/biome_fmt/patch/biome_fmt.patch
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
diff --git a/crates/biome_fmt/pkg/biome_fmt.js b/crates/biome_fmt/pkg/biome_fmt.js
index 50397c4..a477bc0 100644
index f3ae47d..16b6de5 100644
--- a/crates/biome_fmt/pkg/biome_fmt.js
+++ b/crates/biome_fmt/pkg/biome_fmt.js
@@ -190,11 +190,11 @@ function debugString(val) {
}
/**
* @param {string} src
-* @param {string} filename
-* @param {Config | undefined} config
+* @param {string | undefined} [filename]
+* @param {Config | undefined} [config]
* @param {Config | undefined} [config]
* @returns {string}
*/
-export function format(src, filename, config) {
Expand Down

0 comments on commit e908ca2

Please sign in to comment.