Code review comment for lp:~vikoadi/pantheon-files/fix-path-completion

Revision history for this message
Jeremy Wootten (jeremywootten) wrote :

In line 12, last_slash + 1 < text.length could be changed to last_slash <= text.length to avoid an unnecessary arithmetic operation.

Other than that, I approve.

review: Approve

« Back to merge proposal