Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuester committed Feb 8, 2025
1 parent 6af1779 commit 4553548
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class TestData : GeneratedMessageLite<TestData, TestData.Builder>() {
}
}

class TestDataSerializer(getDefaultInstance: () -> TestData, parseFrom: (InputStream) -> TestData,) :
class TestDataSerializer(getDefaultInstance: () -> TestData, parseFrom: (InputStream) -> TestData) :
AbstractDataSerializer<TestData>(getDefaultInstance, parseFrom)

@MockKExtension.CheckUnnecessaryStub
Expand Down

0 comments on commit 4553548

Please sign in to comment.