aboutsummaryrefslogtreecommitdiff
path: root/src/modules/location
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2024-02-20 12:15:52 +0100
committerGitHub <[email protected]>2024-02-20 12:15:52 +0100
commitd89b348aa6465e5b6b6521b1dc4b77a89d58cc73 (patch)
tree03c9953cb0a2608f697e097debd15409ac102070 /src/modules/location
parent25f2a0326b1103c8a47a06156d43d71d2d72b7fa (diff)
downloadfaker-d89b348aa6465e5b6b6521b1dc4b77a89d58cc73.tar.xz
faker-d89b348aa6465e5b6b6521b1dc4b77a89d58cc73.zip
infra(unicorn): no-useless-switch-case (#2508)
Diffstat (limited to 'src/modules/location')
-rw-r--r--src/modules/location/index.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/location/index.ts b/src/modules/location/index.ts
index fee40fd2..97120766 100644
--- a/src/modules/location/index.ts
+++ b/src/modules/location/index.ts
@@ -360,7 +360,6 @@ export class LocationModule extends ModuleBase {
case 'alpha-3':
return 'alpha3';
case 'alpha-2':
- default:
return 'alpha2';
}
})();