Skip to content

Commit c561375

Browse files
committed
lint fix
1 parent 12f1ae6 commit c561375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

audit_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ func TestXrayAuditSastCppFlagSimpleJson(t *testing.T) {
551551
})
552552
}
553553
func TestXrayAuditSastCSharpFlagSimpleJson(t *testing.T) {
554-
//Placeholder until C# Sast is implemented
554+
// Placeholder until C# Sast is implemented
555555
t.Skip()
556556
output := testXrayAuditJas(t, securityTests.PlatformCli, filepath.Join("package-managers", "dotnet", "dotnet-single"), "3", false, false, true, "")
557557
validations.VerifySimpleJsonResults(t, output, validations.ValidationParams{

0 commit comments

Comments
 (0)