Skip to content

Commit

Permalink
Auto-fix linting issues
Browse files Browse the repository at this point in the history
Signed-off-by: JuiceShopBot <[email protected]>
  • Loading branch information
JuiceShopBot authored and bkimminich committed Oct 11, 2021
1 parent 1fd31fb commit 7af9ab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/app/code-snippet/code-snippet.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ mat-divider {
}

.explanation {
margin-top: 20px
margin-top: 20px;
}
2 changes: 1 addition & 1 deletion routes/vulnCodeSnippet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import { Request, Response, NextFunction } from 'express'
import fs from 'graceful-fs'
import actualFs from 'fs'
import yaml from "js-yaml";
import yaml from 'js-yaml'

const utils = require('../lib/utils')
const challenges = require('../data/datacache').challenges
Expand Down

0 comments on commit 7af9ab1

Please sign in to comment.