Skip to content

Commit 20194f1

Browse files
committed
./gradlew spotlessApply
1 parent a9a2aad commit 20194f1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

webauthn-server-attestation/src/integrationTest/scala/com/yubico/fido/metadata/FidoMetadataServiceIntegrationTest.scala

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,11 @@ class FidoMetadataServiceIntegrationTest
186186
}
187187

188188
it("a YubiKey 5Ci.") {
189-
check("YubiKey 5 .*Lightning", RealExamples.YubiKey5Ci, attachmentHintsUsb)
189+
check(
190+
"YubiKey 5 .*Lightning",
191+
RealExamples.YubiKey5Ci,
192+
attachmentHintsUsb,
193+
)
190194
}
191195

192196
ignore("a Security Key by Yubico.") { // TODO: Investigate why this fails

0 commit comments

Comments
 (0)