Skip to content

Commit

Permalink
autolint
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-maynard committed Sep 19, 2024
1 parent 59bb502 commit 54e1a83
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,7 @@ private static class ContextResolverFilter implements Filter {
private final CallContextResolver callContextResolver;

public ContextResolverFilter(
RealmContextResolver realmContextResolver,
CallContextResolver callContextResolver) {
RealmContextResolver realmContextResolver, CallContextResolver callContextResolver) {
this.realmContextResolver = realmContextResolver;
this.callContextResolver = callContextResolver;
}
Expand Down

0 comments on commit 54e1a83

Please sign in to comment.