Skip to content

Commit

Permalink
Fixed CI workflow
Browse files Browse the repository at this point in the history
The CI workflow wasn't able to complete succesfully.

* Formatted the call_list_test.go file
  • Loading branch information
Dimitar Banchev committed Jun 24, 2024
1 parent 42b754d commit 33b573b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion call_list_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ var _ = Describe("Call List", func() {
Expect(matched).Should(Equal(1))
})


It("should match a call expression", func() {
// Create file to be scanned
pkg := testutils.NewTestPackage()
Expand Down

0 comments on commit 33b573b

Please sign in to comment.