Skip to content

Commit

Permalink
Stylistic change
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Apr 21, 2012
1 parent a1ad66b commit 0660dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MiniDBD/Pg.pm6
Expand Up @@ -327,7 +327,7 @@ class MiniDBD::Pg::Connection does MiniDBD::Connection {
:$!pg_conn,
:$statement,
:$!RaiseError,
dbh => self,
:dbh(self),
);
return $statement_handle;
}
Expand Down

0 comments on commit 0660dff

Please sign in to comment.