mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 19:06:18 +01:00 
			
		
		
		
	Remove unnecessary variable assignments (#17695)
* Remove unnecessary variable assignments As title * enable ineffassign Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
		| @@ -72,7 +72,7 @@ func TestMakeIDsFromAPIAssigneesToAdd(t *testing.T) { | ||||
| 	assert.NoError(t, err) | ||||
| 	assert.Equal(t, []int64{}, IDs) | ||||
|  | ||||
| 	IDs, err = MakeIDsFromAPIAssigneesToAdd("", []string{"none_existing_user"}) | ||||
| 	_, err = MakeIDsFromAPIAssigneesToAdd("", []string{"none_existing_user"}) | ||||
| 	assert.Error(t, err) | ||||
|  | ||||
| 	IDs, err = MakeIDsFromAPIAssigneesToAdd("user1", []string{"user1"}) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user