Made safeGit private
This commit is contained in:
parent
ca3a55ce21
commit
5ab88ecce0
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class GitManager @Inject constructor(
|
||||||
|
|
||||||
private var git: Git? = null
|
private var git: Git? = null
|
||||||
|
|
||||||
val safeGit: Git
|
private val safeGit: Git
|
||||||
get() {
|
get() {
|
||||||
val git = this.git
|
val git = this.git
|
||||||
if (git == null) {
|
if (git == null) {
|
||||||
|
|
Loading…
Reference in a new issue