From d1a1358c447175bdfd2c44f0baf2f53201ed096a Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 18 Mar 2025 20:12:32 +0800 Subject: gofumpt --- acl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'acl.go') diff --git a/acl.go b/acl.go index 597760a..d2e8190 100644 --- a/acl.go +++ b/acl.go @@ -11,7 +11,7 @@ import ( // get_path_perm_by_group_repo_key returns the filesystem path and direct // access permission for a given repo and a provided ssh public key. -func get_path_perm_by_group_repo_key(ctx context.Context, group_path []string, repo_name, ssh_pubkey string) (repo_id int, filesystem_path string, access bool, contrib_requirements string, user_type string, user_id int, err error) { +func get_path_perm_by_group_repo_key(ctx context.Context, group_path []string, repo_name, ssh_pubkey string) (repo_id int, filesystem_path string, access bool, contrib_requirements, user_type string, user_id int, err error) { err = database.QueryRow(ctx, ` WITH RECURSIVE group_path_cte AS ( -- Start: match the first name in the path where parent_group IS NULL -- cgit v1.2.3