Skip to content

Commit 01e3bc4

Browse files
Copilotsaragluna
andcommitted
Fix code style: remove extra blank line in setInstrumentationId
Addressed code review feedback to remove extra blank line before closing brace Co-authored-by: saragluna <[email protected]>
1 parent 1a9398d commit 01e3bc4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sdk/spring/spring-integration-azure-servicebus/src/main/java/com/azure/spring/integration/servicebus/inbound/ServiceBusInboundChannelAdapter.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ public void setInstrumentationManager(InstrumentationManager instrumentationMana
155155
*/
156156
public void setInstrumentationId(String instrumentationId) {
157157
this.instrumentationId = instrumentationId;
158-
159158
}
160159

161160
/**

0 commit comments

Comments
 (0)