Skip to content

Commit 3855165

Browse files
author
Lucas
committed
lint
1 parent aceb87a commit 3855165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry/src/main/java/io/sentry/clientreport/ClientReportRecorder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ private DataCategory categoryFromItemType(SentryItemType itemType) {
221221
if (SentryItemType.TraceMetric.equals(itemType)) {
222222
return DataCategory.TraceMetric;
223223
}
224-
224+
225225
return DataCategory.Default;
226226
}
227227
}

0 commit comments

Comments
 (0)