Skip to content

Commit

Permalink
Reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
bayrakmustafa committed Apr 3, 2024
1 parent fb59915 commit 3282507
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"printWidth": 240,
"printWidth": 210,
"tabWidth": 4,
"useTabs": false,
"semi": true,
Expand Down
6 changes: 1 addition & 5 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
export const CODESIGNTOOL_PROPERTIES =
'CLIENT_ID=kaXTRACNijSWsFdRKg_KAfD3fqrBlzMbWs6TwWHwAn8\n' + 'OAUTH2_ENDPOINT=https://login.ssl.com/oauth2/token\n' + 'CSC_API_ENDPOINT=https://cs.ssl.com\n' + 'TSA_URL=http://ts.ssl.com\n' + 'TSA_LEGACY_URL=http://ts.ssl.com/legacy';
'CLIENT_ID=kaXTRACNijSWsFdRKg_KAfD3fqrBlzMbWs6TwWHwAn8\n' +
'OAUTH2_ENDPOINT=https://login.ssl.com/oauth2/token\n' +
'CSC_API_ENDPOINT=https://cs.ssl.com\n' +
'TSA_URL=http://ts.ssl.com\n' +
'TSA_LEGACY_URL=http://ts.ssl.com/legacy';

export const CODESIGNTOOL_DEMO_PROPERTIES =
'CLIENT_ID=qOUeZCCzSqgA93acB3LYq6lBNjgZdiOxQc-KayC3UMw\n' +
Expand Down

0 comments on commit 3282507

Please sign in to comment.