Skip to content

Commit e71cd91

Browse files
committed
Fix indenting
1 parent c628461 commit e71cd91

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/IntercomAdminsTest.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ public function testAdminsGet()
2222
}
2323

2424
public function testAdminsGetPath()
25-
{
26-
$stub = $this->getMockBuilder('Intercom\IntercomClient')->disableOriginalConstructor()->getMock();
25+
{
26+
$stub = $this->getMockBuilder('Intercom\IntercomClient')->disableOriginalConstructor()->getMock();
2727

28-
$users = new IntercomAdmins($stub);
29-
$this->assertEquals('admins/1', $users->adminPath(1));
30-
}
28+
$users = new IntercomAdmins($stub);
29+
$this->assertEquals('admins/1', $users->adminPath(1));
30+
}
3131
}

0 commit comments

Comments
 (0)