Align indentation in AppleScript example file

This commit is contained in:
Tynan DeBold 2020-05-23 13:33:11 +02:00
parent 039c39f54f
commit 5fffed4f40
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ set safariWindow to missing value
tell application "NetNewsWire"
set allAccounts to every account
repeat with nthAccount in allAccounts
set userFeeds to allFeeds of nthAccount
set userFeeds to allFeeds of nthAccount
repeat with nthFeed in userFeeds
set starredArticles to (get every article of nthFeed where starred is true)
repeat with nthArticle in starredArticles