Reorganize function parameters to not specify repeat types

This commit is contained in:
2024-05-29 13:23:08 -04:00
parent 54fea00b9d
commit 54cbe098d7
9 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import (
)
// copyField copies a field from an entry to the clipboard
func copyField(copySubject string, executableName string) {
func copyField(executableName, copySubject string) {
var envSet bool // track whether environment variables are set
var cmd *exec.Cmd
// determine whether to use wl-copy (Wayland) or xclip (X11)