aboutsummaryrefslogtreecommitdiff
path: root/src/modules/git
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2023-10-18 00:38:23 +0200
committerGitHub <[email protected]>2023-10-17 22:38:23 +0000
commita1936938574f574ecc137d9f718a48a2256e49c9 (patch)
treec1fa8569501a44494f70732f2ea70f039564673f /src/modules/git
parentb8f31f606af880ddc3eb89b0837ef9ae49da1f99 (diff)
downloadfaker-a1936938574f574ecc137d9f718a48a2256e49c9.tar.xz
faker-a1936938574f574ecc137d9f718a48a2256e49c9.zip
infra(unicorn): escape-case (#2469)
Diffstat (limited to 'src/modules/git')
-rw-r--r--src/modules/git/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/git/index.ts b/src/modules/git/index.ts
index ec73c149..cbbeb351 100644
--- a/src/modules/git/index.ts
+++ b/src/modules/git/index.ts
@@ -2,7 +2,7 @@ import type { Faker } from '../..';
import { bindThisToMemberFunctions } from '../../internal/bind-this-to-member-functions';
import { deprecated } from '../../internal/deprecated';
-const nbsp = '\u00a0';
+const nbsp = '\u00A0';
/**
* Module to generate git related entries.