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

* Fixed minor indentation for readability

* amended to 2 indentation
This commit is contained in:
dogfood654
2021-06-16 21:35:34 +08:00
committed by GitHub
parent b17476a760
commit e5505cbe7b

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");