1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-06-23 00:40:46 +02:00

Fix gofmt for changed files

This commit is contained in:
Joel Speed
2019-06-15 11:33:29 +02:00
parent 417fde190c
commit 6366690927
8 changed files with 8 additions and 8 deletions

View File

@ -4,8 +4,8 @@ import (
"net/http"
"net/url"
"github.com/pusher/oauth2_proxy/pkg/logger"
"github.com/pusher/oauth2_proxy/pkg/apis/sessions"
"github.com/pusher/oauth2_proxy/pkg/logger"
"github.com/pusher/oauth2_proxy/pkg/requests"
)