Skip to content

Commit

Permalink
fixed comments and markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
sablancoleis committed Dec 9, 2024
1 parent aed82ee commit f8b95b3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ body:
- OpenTelemetry.Instrumentation.Process
- OpenTelemetry.Instrumentation.Quartz
- OpenTelemetry.Instrumentation.Runtime
- OpenTelemetry.Instrumentation.ServiceFabricRemoting
- OpenTelemetry.Instrumentation.ServiceFabricRemoting
- OpenTelemetry.Instrumentation.SqlClient
- OpenTelemetry.Instrumentation.StackExchangeRedis
- OpenTelemetry.Instrumentation.Wcf
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ body:
- OpenTelemetry.Instrumentation.Process
- OpenTelemetry.Instrumentation.Quartz
- OpenTelemetry.Instrumentation.Runtime
- OpenTelemetry.Instrumentation.ServiceFabricRemoting
- OpenTelemetry.Instrumentation.ServiceFabricRemoting
- OpenTelemetry.Instrumentation.SqlClient
- OpenTelemetry.Instrumentation.StackExchangeRedis
- OpenTelemetry.Instrumentation.Wcf
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/release_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ body:
- OpenTelemetry.Instrumentation.Process
- OpenTelemetry.Instrumentation.Quartz
- OpenTelemetry.Instrumentation.Runtime
- OpenTelemetry.Instrumentation.ServiceFabricRemoting
- OpenTelemetry.Instrumentation.ServiceFabricRemoting
- OpenTelemetry.Instrumentation.SqlClient
- OpenTelemetry.Instrumentation.StackExchangeRedis
- OpenTelemetry.Instrumentation.Wcf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public async Task<IServiceRemotingResponseMessage> RequestResponseAsync(IService
}
catch (Exception)
{
//TODO: Log error
// TODO: Log error
}

try
Expand All @@ -101,7 +101,7 @@ public async Task<IServiceRemotingResponseMessage> RequestResponseAsync(IService
}
catch (Exception)
{
//TODO: Log error
// TODO: Log error
}
}

Expand All @@ -124,9 +124,10 @@ public async Task<IServiceRemotingResponseMessage> RequestResponseAsync(IService
}
catch (Exception)
{
//TODO: Log error
// TODO: Log error
}
}

throw;
}
}
Expand Down

0 comments on commit f8b95b3

Please sign in to comment.