Skip to content

Commit e073276

Browse files
committed
refactor(assertion): Remove empty line in build_assertion
Removes an unnecessary empty line within the `build_assertion` method for improved code style and consistency.
1 parent a713d4a commit e073276

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/oauth2/strategy/assertion.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ def build_assertion(claims, encoding_opts)
100100

101101
JWT.encode(claims, encoding_opts[:key], encoding_opts[:algorithm], headers)
102102
end
103-
104103
end
105104
end
106105
end

0 commit comments

Comments
 (0)