Commit 7458de3b authored by Mubeena Ishaq's avatar Mubeena Ishaq
Browse files

fix identation in meep-vis

parent 866357fc
Loading
Loading
Loading
Loading
+69 −69
Original line number Diff line number Diff line
@@ -1307,6 +1307,7 @@ func individualSubscriptionPut(w http.ResponseWriter, r *http.Request) {
			errHandlerProblemDetails(w, "At least one of callbackReference and websockNotifConfig parameters should be present.", http.StatusBadRequest)
			return
		}
	}

	if subscriptionCommon.FilterCriteria == nil {
		log.Error("Mandatory attribute FilterCriteria parameter should be present")
@@ -1394,7 +1395,6 @@ func individualSubscriptionPut(w http.ResponseWriter, r *http.Request) {
		w.WriteHeader(http.StatusNotFound)
	}
}
}

func individualSubscriptionDelete(w http.ResponseWriter, r *http.Request) {
	log.Info("individualSubDel")