Skip to content

Commit

Permalink
yarn format
Browse files Browse the repository at this point in the history
  • Loading branch information
marcwieserdev committed Sep 25, 2024
1 parent f68ee97 commit b67e88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/sbom/payload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {

import {FILE_PACKAGE_PROPERTY_KEY, IS_DEPENDENCY_DIRECT_PROPERTY_KEY, PACKAGE_MANAGER_PROPERTY_KEY} from './constants'
import {getLanguageFromComponent} from './language'
import {Relations as Relations, Dependency, File, Location, LocationFromFile, Locations, ScaRequest} from './types'
import {Relations, Dependency, File, Location, LocationFromFile, Locations, ScaRequest} from './types'

// Parse a location from the file generated by osv-scanner into a location that can be
// sent to our API.
Expand Down

0 comments on commit b67e88f

Please sign in to comment.