Skip to content

Commit

Permalink
Fixed up formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarkowsky committed Sep 22, 2021
1 parent c26aff3 commit 1221437
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
8 changes: 3 additions & 5 deletions Source/santametricservice/Formats/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ objc_library(
srcs = [
"SNTMetricRawJsonFormat.h",
"SNTMetricRawJsonFormat.m",
"SNTMetricFormat.h",

"SNTMetricFormat.h",
],
deps = [
":SNTMetricFormat",
Expand All @@ -31,12 +30,11 @@ santa_unit_test(
],
structured_resources = glob(["testdata/**"]),
deps = [
":SNTMetricRawJsonFormat",
"//Source/common:SNTMetricSet",
":SNTMetricRawJsonFormat",
"//Source/common:SNTMetricSet",
],
)


test_suite(
name = "format_tests",
tests = [
Expand Down
15 changes: 7 additions & 8 deletions Source/santametricservice/Writers/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,22 @@ objc_library(
objc_library(
name = "SNTMetricFileWriter",
srcs = [
"SNTMetricFileWriter.h",
"SNTMetricFileWriter.m",
"SNTMetricWriter.h",

"SNTMetricFileWriter.h",
"SNTMetricFileWriter.m",
"SNTMetricWriter.h",
],
deps = [
":SNTMetricWriter",
"//Source/common:SNTLogging",
":SNTMetricWriter",
"//Source/common:SNTLogging",
],
)

santa_unit_test(
name = "SNTMetricFileWriterTest",
srcs = [
"SNTMetricFileWriterTest.m",
"SNTMetricFileWriterTest.m",
],
deps = [
":SNTMetricFileWriter",
":SNTMetricFileWriter",
],
)

0 comments on commit 1221437

Please sign in to comment.