Skip to content

Commit 30cd5c2

Browse files
committed
Use spaces instead of tabs
1 parent ddfaa5d commit 30cd5c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/models.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function url($options = null): string {
4444
public function render(array $data = [], $contentType = 'html'): string {
4545
go($this->parentUrl());
4646
}
47-
public function metaDefaults() {
48-
return ['robotsIndex' => false];
49-
}
47+
public function metaDefaults() {
48+
return ['robotsIndex' => false];
49+
}
5050
}

0 commit comments

Comments
 (0)