Skip to content

Commit d6e7539

Browse files
B8Ym1guelpf
authored andcommitted
Fix style, add blankline at end of files
1 parent 8daa2dd commit d6e7539

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/Gitlab/Model/GroupMilestone.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ public function __construct(Group $group, $id, Client $client = null)
6363
$this->setData('id', $id);
6464
$this->setData('group', $group);
6565
}
66-
}
66+
}

test/Gitlab/Tests/Model/GroupMilestoneTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ public function testFromArray()
6363
$this->assertSame($data['due_date'], $groupMilestone->due_date);
6464
$this->assertSame($data['start_date'], $groupMilestone->start_date);
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)