fix(curriculum): minor indentation for readability (#42451)

* Fixed minor indentation for readability

* amended to 2 indentation
pull/42532/head
dogfood654 2021-06-16 21:35:34 +08:00 committed by GitHub
parent b17476a760
commit e5505cbe7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -96,10 +96,10 @@ var contacts = [
];
function lookUpProfile(name, prop){
// Only change code below this line
function lookUpProfile(name, prop) {
// Only change code below this line
// Only change code above this line
// Only change code above this line
}
lookUpProfile("Akira", "likes");