Autofix Rubocop remaining Layout rules (#23679)
This commit is contained in:
		@@ -32,7 +32,7 @@ class ActivityPub::LinkedDataSignature
 | 
			
		||||
 | 
			
		||||
  def sign!(creator, sign_with: nil)
 | 
			
		||||
    options = {
 | 
			
		||||
      'type'    => 'RsaSignature2017',
 | 
			
		||||
      'type' => 'RsaSignature2017',
 | 
			
		||||
      'creator' => ActivityPub::TagManager.instance.key_uri_for(creator),
 | 
			
		||||
      'created' => Time.now.utc.iso8601,
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user