Add missing final newlines
Used this one-liner: https://unix.stackexchange.com/a/161853
This commit is contained in:
parent
b377878fd3
commit
598402d953
122 changed files with 122 additions and 122 deletions
|
@ -42,4 +42,4 @@ define([], function() {
|
|||
getItemFileSize: getItemFileSize,
|
||||
getImageUrl: getImageUrl
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
@ -120,4 +120,4 @@ define([], function() {
|
|||
getAll: getAll,
|
||||
getServerItemTypes: getServerItemTypes
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
@ -14,4 +14,4 @@ define(["connectionManager"], function(connectionManager) {
|
|||
}))
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
@ -365,4 +365,4 @@ define(["localassetmanager"], function(localassetmanager) {
|
|||
})
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
@ -19,4 +19,4 @@ define(["serversync"], function(ServerSync) {
|
|||
syncNext(connectionManager, servers, 0, options, resolve, reject)
|
||||
})
|
||||
}, MultiServerSync
|
||||
});
|
||||
});
|
||||
|
|
|
@ -39,4 +39,4 @@ define([], function() {
|
|||
throw console.log("Unable to connect to server id: " + server.Id), err
|
||||
})
|
||||
}, ServerSync
|
||||
});
|
||||
});
|
||||
|
|
|
@ -27,4 +27,4 @@ define([], function() {
|
|||
resyncTransfers: resyncTransfers,
|
||||
getDownloadItemCount: getDownloadItemCount
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
@ -105,4 +105,4 @@ define([], function() {
|
|||
getAll: getAll,
|
||||
getByServerId: getByServerId
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue