Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
mock_instance.js: fix a whitespace issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsa committed Apr 19, 2017
1 parent f30ac29 commit b558f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gjstest/internal/js/mock_instance.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ gjstest.internal.getAllPrototypeProperties_ = function(obj) {

while(obj) {
var nextObj = Object.getPrototypeOf(obj);

// We've reached the base Object - break.
if (!nextObj) break;

Expand Down

0 comments on commit b558f9e

Please sign in to comment.