Skip to content

Commit

Permalink
Added the indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vviveksharma committed Feb 4, 2024
1 parent 608d40c commit 26f9c7e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
EMAIL=[email protected]
PASSWORD=bemp ytcl bobf qfjx
PEPPER=pepper
PEPPER=pepper
31 changes: 15 additions & 16 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch Package",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "${workspaceFolder}",
"args": [],
"showLog": true,
"trace": "verbose",
"output": "${workspaceFolder}/voting-system"
}
]
}

"version": "0.2.0",
"configurations": [
{
"name": "Launch Package",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "${workspaceFolder}",
"args": [],
"showLog": true,
"trace": "verbose",
"output": "${workspaceFolder}/voting-system"
}
]
}

0 comments on commit 26f9c7e

Please sign in to comment.