Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improvement: use struct spec to avoid double
%
in struct inspect (#613
) * improvement: use struct spec to avoid double `%` in struct inspect currently, inspecting an `OpenApiSpex.Schema` looks like this: `%OpenApiSpex.Schema%{type: :object}` with the new change, it looks like this: `%OpenApiSpex.Schema{type: :object}` which allows copy/pasting the struct
- Loading branch information