SHELL=/bin/bash -o pipefail

.PHONY: format
format:
		goreturns -w -local github.com/ory $$(listx .)
