Browse Source

remove new line to fix warning: fmt.Fprintln arg list ends with redundant newline

9to1url 3 years ago
parent
commit
1e77a9eca4
1 changed files with 1 additions and 2 deletions
  1. 1 2
      auth/error.go

+ 1 - 2
auth/error.go

@@ -6,5 +6,4 @@ const oauthNotConfigured = `<!DOCTYPE html><html>
 <h3>Your Netmaker server does not have OAuth configured.</h3>
 <p>Please visit the docs <a href="https://docs.netmaker.org/oauth.html" target="_blank" rel="noopener">here</a> to learn how to.</p>
 </body>
-</html>
-`
+</html>`