Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e15a9ee

Browse files
committed
Remove trailing space
1 parent 06c00b5 commit e15a9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/controllers/file-patch-controller.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ describe('FilePatchController', function() {
399399
const deletedSymlinkAddedFilePath = 'symlink.txt';
400400
fs.unlinkSync(path.join(workingDirPath, deletedSymlinkAddedFilePath));
401401
fs.writeFileSync(path.join(workingDirPath, deletedSymlinkAddedFilePath), 'qux\nfoo\nbar\nbaz\nzoo\n', 'utf8');
402-
402+
403403
const component = createComponent(repository, deletedSymlinkAddedFilePath);
404404
const wrapper = mount(React.cloneElement(component, {filePath: deletedSymlinkAddedFilePath}));
405405

0 commit comments

Comments
 (0)