Skip to content

Commit

Permalink
auto-formatting applied.
Browse files Browse the repository at this point in the history
  • Loading branch information
baracudda committed Mar 7, 2024
1 parent eb2d935 commit 4c4f5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/typeConfigs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export const DEFAULT_SCHEMES: Scheme[] = [
//<*((==<
export var SCHEMES: Scheme[] = DEFAULT_SCHEMES;
export const concatSCHEMES = (schemes: Scheme[]) => {
SCHEMES = SCHEMES.concat(schemes);
SCHEMES = SCHEMES.concat(schemes);
};

export const typeConfigList: Type[] = [
Expand Down

0 comments on commit 4c4f5cd

Please sign in to comment.