Skip to content

Commit e564f80

Browse files
committed
spotless
1 parent d752310 commit e564f80

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

smoke-tests/framework/src/main/java/com/microsoft/applicationinsights/smoketest/DependencyAssert.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT License.
3+
14
package com.microsoft.applicationinsights.smoketest;
25

36
import static org.assertj.core.api.Assertions.assertThat;

smoke-tests/framework/src/main/java/com/microsoft/applicationinsights/smoketest/MetricAssert.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT License.
3+
14
package com.microsoft.applicationinsights.smoketest;
25

36
import static org.assertj.core.api.Assertions.assertThat;

smoke-tests/framework/src/main/java/com/microsoft/applicationinsights/smoketest/RequestAssert.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT License.
3+
14
package com.microsoft.applicationinsights.smoketest;
25

36
import static org.assertj.core.api.Assertions.assertThat;

smoke-tests/framework/src/main/java/com/microsoft/applicationinsights/smoketest/TraceAssert.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT License.
3+
14
package com.microsoft.applicationinsights.smoketest;
25

36
import static java.util.Comparator.comparing;

0 commit comments

Comments
 (0)