Skip to content

Commit d9f4a5d

Browse files
committed
remove trailing spaces
1 parent 5cab647 commit d9f4a5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bugsnag/src/main/java/com/bugsnag/Report.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ protected Report(Configuration config, Throwable throwable) {
5151
this.handledState = handledState;
5252
this.severity = handledState.getOriginalSeverity();
5353
diagnostics = new Diagnostics(this.config);
54-
54+
5555
// Initialize feature flags: start with config, then merge client flags
5656
featureFlagStore = config.copyFeatureFlagStore();
5757
if (clientFeatureFlagStore != null) {

0 commit comments

Comments
 (0)