Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Jan 23, 2023
1 parent a22c94e commit 1175ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/manager/sbt/extract.spec.ts
Expand Up @@ -228,7 +228,7 @@ describe('modules/manager/sbt/extract', () => {
scalaVersion := "3.1.1"
`;

expect(extractPackageFile(content)). toMatchObject({
expect(extractPackageFile(content)).toMatchObject({
deps: [
{
packageName: 'org.scala-lang:scala3-library_3',
Expand Down

0 comments on commit 1175ffe

Please sign in to comment.