chore: use gofumpt for code formatting
This commit is contained in:
@@ -14,7 +14,8 @@ var (
|
||||
|
||||
// Data extracts the lines and connection from the OpenVPN configuration file.
|
||||
func (e *Extractor) Data(filepath string) (lines []string,
|
||||
connection models.Connection, err error) {
|
||||
connection models.Connection, err error,
|
||||
) {
|
||||
lines, err = readCustomConfigLines(filepath)
|
||||
if err != nil {
|
||||
return nil, connection, fmt.Errorf("reading configuration file: %w", err)
|
||||
|
||||
Reference in New Issue
Block a user