Fix code style in cassandra integration
This commit is contained in:
parent
dfecfc8329
commit
ff17ed166b
|
@ -53,8 +53,7 @@ public class TracingSession implements Session {
|
||||||
return new TracingSession(session, tracer);
|
return new TracingSession(session, tracer);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
directExecutor()
|
directExecutor());
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue