Skip to content

Commit

Permalink
Remove redundant blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-ai committed Mar 31, 2023
1 parent 52fc521 commit e16e6bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/java_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ jobs:
distribution: "adopt"
cache: gradle
# Build the rocketmq opentelemetry test.
- name: Build Code
- name: Build OpenTelemetry Instrumentation Test
run: |
./gradlew :instrumentation:rocketmq:rocketmq-client:rocketmq-client-5.0:javaagent:test -i
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ public static void main(String[] args) throws ClientException, IOException {
.setEndpoints(endpoints)
.setCredentialProvider(sessionCredentialsProvider)
.build();

String topic = "yourNormalTopic";
// In most case, you don't need to create too many producers, singleton pattern is recommended.
final Producer producer = provider.newProducerBuilder()
Expand Down

0 comments on commit e16e6bc

Please sign in to comment.