fix(curriculum): minor indentation for readability (#42451)
* Fixed minor indentation for readability * amended to 2 indentation
This commit is contained in:
@ -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");
|
||||
|
Reference in New Issue
Block a user