mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-26 12:27:06 +00: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:
		| @@ -115,7 +115,6 @@ func TestAPIUpdateFile(t *testing.T) { | ||||
| 		// Get user2's token | ||||
| 		session := loginUser(t, user2.Name) | ||||
| 		token2 := getTokenForLoggedInUser(t, session) | ||||
| 		session = emptyTestSession(t) | ||||
| 		// Get user4's token | ||||
| 		session = loginUser(t, user4.Name) | ||||
| 		token4 := getTokenForLoggedInUser(t, session) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Gusted
					Gusted