Fix import formatting in create_from_url_test.go
Fixes failing build (make verify
) on master.
This was caused by merging a branch that started off master before we introduced the formatter. I fixed it by running make format
and committing the result.
Edited by GitLab Release Tools Bot