Преглед на файлове

Merge pull request #1010 from 9to1url/bugfix/fix_Fprintln_dup_newline_warn

remove new line to fix warning:  fmt.Fprintln arg list ends with redu…
dcarns преди 3 години
родител
ревизия
f652bb2792
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  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>`