You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// bad resultconstresp=newResponse(newResponseOptions({type: ResponseType.Error,status: 404,body: {error: 'Object Not Found'}}))asResponse&Error;// good resultconstresp2=newResponse(newResponseOptions({type: ResponseType.Error,status: 404,body: {messages: [message]}}))asResponse&Error;
The text was updated successfully, but these errors were encountered:
PR & Issues spring-cleaning: I no longer face the problem, and the discussion on this topic is no longer active, so I close this issue / PR. Feel free to reopen it if necessary.
this is a bug with
clang-format: 1.0.35
config
input
output
The text was updated successfully, but these errors were encountered: