Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 82f9d39

Browse files
Merge pull request ryanmcdermott#84 from posva/patch-1
Fix indentation in code
2 parents 62afdb2 + d2d7051 commit 82f9d39

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
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)