Skip to content

Commit 44d3a0e

Browse files
committed
fix indentation in README example
1 parent f6077b2 commit 44d3a0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ single pdf, mark them as read, and email the digest to yourself.
6262
```javascript
6363
function unreadPromotionsDigest() {
6464
var to = Session.getActiveUser().getEmail(),
65-
subject = 'Latest promotional emails',
66-
body = "here's your unread promotional emails:",
67-
messages = [];
65+
subject = 'Latest promotional emails',
66+
body = "here's your unread promotional emails:",
67+
messages = [];
6868

6969
// limit this to 10 threads (may be more than 10 messages)
7070
GmailUtils.processUnread('category:promotions', 10, function(message) {

0 commit comments

Comments
 (0)