Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Added missing newlines
  • Loading branch information
nickwesselman committed Apr 10, 2023
1 parent 66ac4bf commit 7869cc4
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ exclude = [
"sample-apps/delivery-customizations/extensions/delivery-customization-js",
"sample-apps/discounts/extensions/product-discount-js",
"sample-apps/payment-customizations/extensions/payment-customization-js/",
]
]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dist
generated
generated
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ export default /**
return {
operations: toRename
};
};
};
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ describe('delivery customization function', () => {

expect(result).toEqual(expected);
});
});
});
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dist
generated
generated
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ export default /**
],
discountApplicationStrategy: DiscountApplicationStrategy.First
};
};
};
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ describe('product discount function', () => {

expect(result).toEqual(expected);
});
});
});
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ query Input {
value
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dist
generated
generated
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ export default /**
}
}]
};
};
};
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ describe('payment customization function', () => {

expect(result).toEqual(expected);
});
});
});

0 comments on commit 7869cc4

Please sign in to comment.