mirror of
https://github.com/atom/atom.git
synced 2026-01-25 14:59:03 -05:00
Delint
This commit is contained in:
@@ -804,7 +804,7 @@ export default class GitRepositoryAsync {
|
||||
// Has the repository been destroyed?
|
||||
//
|
||||
// Returns :: Bool
|
||||
_destroyed() {
|
||||
_destroyed () {
|
||||
return this.repoPromise == null
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user