Skip to content

Commit 58cf7df

Browse files
author
Anis Kadri
committed
minor change to pbxFile
1 parent 35824cb commit 58cf7df

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/pbxFile.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,8 @@ function defaultGroup(fileRef) {
164164
}
165165

166166
function pbxFile(filepath, opt) {
167-
var opt = opt || {};
168-
169-
self = this;
167+
var opt = opt || {},
168+
self = this;
170169

171170
this.basename = path.basename(filepath);
172171
this.lastKnownFileType = opt.lastKnownFileType || detectType(filepath);

0 commit comments

Comments
 (0)