Fix haml-lint Rubocop Style/SlicingWithRange cop (#25947)

This commit is contained in:
Matt Jankowski 2023-07-17 12:18:13 -04:00 committed by GitHub
parent a442a1d1c6
commit 4207c95d4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View file

@ -10,4 +10,4 @@
= opengraph 'og:image:width', '400'
= opengraph 'og:image:height', '400'
= opengraph 'twitter:card', 'summary'
= opengraph 'profile:username', acct(account)[1..-1]
= opengraph 'profile:username', acct(account)[1..]