Skip to content

Commit 6771867

Browse files
committed
Fix indention
1 parent c057088 commit 6771867

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Query/RetryExecutor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ public function tryQuery($nameserver, Query $query, $retries)
3838
};
3939

4040
return $this->executor->query($nameserver, $query, $errorback)
41-
->then(null, $errorback);
41+
->then(null, $errorback);
4242
}
4343
}

0 commit comments

Comments
 (0)