DEV: update syntax tree to latest (#24623)

update format to latest syntax tree
This commit is contained in:
Sam
2023-11-29 16:38:07 +11:00
committed by GitHub
parent d40c0b698c
commit b09422428d
35 changed files with 123 additions and 124 deletions

View File

@ -667,10 +667,10 @@ RSpec.describe Middleware::RequestTracker do
end
let(:logger) do
->(env, data) {
->(env, data) do
@env = env
@data = data
}
end
end
before { Middleware::RequestTracker.register_detailed_request_logger(logger) }