박권수

style. blank remove

...@@ -28,7 +28,6 @@ exports.medicineSearch = async(ctx) => { ...@@ -28,7 +28,6 @@ exports.medicineSearch = async(ctx) => {
28 28
29 ctx.status = 200; 29 ctx.status = 200;
30 ctx.body = result; 30 ctx.body = result;
31 -
32 } 31 }
33 32
34 exports.medicineGet = async(ctx) => { 33 exports.medicineGet = async(ctx) => {
......