Skip to content

Commit f78dbb0

Browse files
committed
Fix linting
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent 17f3481 commit f78dbb0

File tree

1 file changed

+3
-3
lines changed
  • src/stirling/source_connectors/socket_tracer/testing/containers/thriftmux

1 file changed

+3
-3
lines changed

src/stirling/source_connectors/socket_tracer/testing/containers/thriftmux/BUILD.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,12 @@ scala_library(
129129

130130
scrooge_scala_library(
131131
name = "thriftmux_scrooge",
132-
deps = [
133-
":thrift_library",
134-
],
135132
exports = [
136133
":scrooge_runtime_deps",
137134
],
135+
deps = [
136+
":thrift_library",
137+
],
138138
)
139139

140140
scala_library(

0 commit comments

Comments
 (0)