From c2ca1b172388fa2c05fae03f6eb82872f167416c Mon Sep 17 00:00:00 2001 From: Reuven Date: Wed, 3 Apr 2024 23:46:47 +0300 Subject: [PATCH] format --- diff/example_diff.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/diff/example_diff.go b/diff/example_diff.go index 6f56a4cd..d89b204e 100644 --- a/diff/example_diff.go +++ b/diff/example_diff.go @@ -25,10 +25,10 @@ func getExampleDiff(config *Config, state *state, value1, value2 *openapi3.Examp } if diff.Empty() { - return nil, nil + return nil, nil } - return diff,nil + return diff, nil } func getExampleDiffInternal(config *Config, state *state, value1, value2 *openapi3.Example) (*ExampleDiff, error) {