Skip to content

Commit 88d758e

Browse files
committed
fixed style issue regarding return
1 parent 84ae01f commit 88d758e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/authorization/AuthProvider.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ import play.api.Configuration
4040

4141
token = Jwt.encode(claim, jwtSecretKey, JwtAlgorithm.HS256)
4242
}
43-
return token
43+
token
4444
}
4545
}

0 commit comments

Comments
 (0)