Skip to content

Commit 352a215

Browse files
committed
chore: deno fmt
1 parent 76f0ac6 commit 352a215

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ Available via `PIIParsers` for targeted redaction with
391391
| **MAC address** | `mac_address` | `00:1A:2B:3C:4D:5E`, `001A.2B3C.4D5E` |
392392
| **JWT** | `jwt` | `eyJhbGciOiJIUzI1NiIs…` |
393393
| **Crypto** | `crypto_address` | `0x742d35Cc…f2bD18`, `bc1qar0srrr…`, `1BvBMSEY…` |
394-
| **BIC/SWIFT** | `bic` | `DEUTDEFF`, `BOFAUS3NXXX`, `COBADEFF100` |
394+
| **BIC/SWIFT** | `bic` | `DEUTDEFF`, `BOFAUS3NXXX`, `COBADEFF100` |
395395

396396
## API reference
397397

src/URL.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ export const URL: URLLanguage = createLanguage<URLLanguage>({
119119
([domain, maybePort, maybeSuffix], b, a) =>
120120
url(
121121
{
122-
url: `${domain}${
123-
maybePort ? `:${maybePort[1]}` : ""
124-
}${maybeSuffix ?? ""}`,
122+
url: `${domain}${maybePort ? `:${maybePort[1]}` : ""}${
123+
maybeSuffix ?? ""
124+
}`,
125125
},
126126
b,
127127
a,

0 commit comments

Comments
 (0)