Fix code style

This commit is contained in:
Niklas Keller 2018-09-14 22:11:01 +02:00
parent 6b4e05f045
commit b9e7da3691
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
namespace Amp\Sql;
use Amp\Iterator;
use Amp\Promise;
interface ResultSet extends Iterator
{