Skip to content

Commit d2d7051

Browse files
authored
Fix indentation in code
from 6 to 4 in Function callers and callees should be close
1 parent 62afdb2 commit d2d7051

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1918,9 +1918,9 @@ class PerformanceReview {
19181918
}
19191919

19201920
perfReview() {
1921-
this.getPeerReviews();
1922-
this.getManagerReview();
1923-
this.getSelfReview();
1921+
this.getPeerReviews();
1922+
this.getManagerReview();
1923+
this.getSelfReview();
19241924
}
19251925

19261926
getManagerReview() {
@@ -1944,9 +1944,9 @@ class PerformanceReview {
19441944
}
19451945

19461946
perfReview() {
1947-
this.getPeerReviews();
1948-
this.getManagerReview();
1949-
this.getSelfReview();
1947+
this.getPeerReviews();
1948+
this.getManagerReview();
1949+
this.getSelfReview();
19501950
}
19511951

19521952
getPeerReviews() {

0 commit comments

Comments
 (0)