Explorar el Código

Adds missing newline

main
Eric Amodio hace 5 años
padre
commit
163eb7cabc
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/views/nodes/branchTrackingStatusNode.ts

+ 1
- 0
src/views/nodes/branchTrackingStatusNode.ts Ver fichero

@ -129,6 +129,7 @@ export class BranchTrackingStatusNode extends ViewNode implements
this._log = undefined;
}
}
private _log: GitLog | undefined;
private async getLog() {
if (this._log === undefined) {

Cargando…
Cancelar
Guardar