Skip to content

Commit b3a2001

Browse files
author
Daniel Mewes
committed
Style fix
1 parent 16ac6f4 commit b3a2001

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rdb/Queries/Misc/Uuid.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ class Uuid extends ValuedQuery
99
{
1010
public function __construct($str = null)
1111
{
12-
if (isset($str))
13-
{
12+
if (isset($str)) {
1413
$this->setPositionalArg(0, $this->nativeToDatum($str));
1514
}
1615
}

0 commit comments

Comments
 (0)