Skip to content

Commit fe664d2

Browse files
author
Daniel Rodriguez Hernandez
committed
Fix codenarc
1 parent 9ab43ac commit fe664d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal-api/src/test/groovy/datadog/trace/bootstrap/instrumentation/ci/git/pack/GitPackTestHelper.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import java.util.zip.Inflater
44

55
class GitPackTestHelper {
66

7-
static def 'content_5b6f3a6dab5972d73a56dff737bd08d995255c08'() {
7+
static 'content_5b6f3a6dab5972d73a56dff737bd08d995255c08'() {
88
return """tree c52914110869ff3999bca4837410511f17787e87
99
parent 98cd7c8e9cf71e02dc28bd9b13928bee0f85b74c
1010
author Tony Redondo <tony.redondo@datadoghq.com> 1614364333 +0100
@@ -24,7 +24,7 @@ gpgsig -----BEGIN PGP SIGNATURE-----
2424
Adding Git information to test spans (#1242)\n\n* Initial basic GitInfo implementation.\r\n\r\n* Adds Author, Committer and Message git parser.\r\n\r\n* Changes based on the review."""
2525
}
2626

27-
static def "inflate"(byte[] deflated) {
27+
static "inflate"(byte[] deflated) {
2828
if (deflated == null) {
2929
return null
3030
}

0 commit comments

Comments
 (0)