Skip to content

Commit 4335f23

Browse files
committed
Formatting
1 parent f64f930 commit 4335f23

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rabbitmq_amqp/amqp_management.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ func (a *AmqpManagement) Open(ctx context.Context, connection IConnection) error
103103
// TODO
104104
// Even 10ms is enough to allow the links to establish,
105105
// which tells me it allows the golang runtime to process
106-
// some channels elsewhere
106+
// some channels or I/O or something elsewhere
107107
time.Sleep(time.Millisecond * 10)
108108

109109
a.lifeCycle.SetStatus(Open)
@@ -120,7 +120,6 @@ func (a *AmqpManagement) Close(ctx context.Context) error {
120120

121121
func (a *AmqpManagement) Request(ctx context.Context, body any, path string, method string,
122122
expectedResponseCodes []int) (map[string]any, error) {
123-
124123
return a.request(ctx, uuid.New().String(), body, path, method, expectedResponseCodes)
125124
}
126125

0 commit comments

Comments
 (0)