I have noticed in my document the left margin for list of figures and list of tables is different from other part of of the document. It does not start at the same left level like that of \titlerule (See the attached figur). 
I have tried adjusting the \newgeometryand by re-defining the \setlength for indent but didn't get the result I want. I have also tried few past posts but couldn't fix this.
MWE:
\documentclass[
fontsize=11pt, % Schriftgröße
DIV=12, % Seitenaufteilung
BCOR=5mm, % Bindekorrektur
ngerman, % für Umlaute, Silbentrennung etc.
paper=a4, % Papierformat
oneside, % einseitig
titlepage, % es wird eine Titelseite verwendet
parskip=half, % Abstand zwischen Absätzen (halbe Zeile)
toc=bibliography,% Fügt das Literaturverzeichnis ins Inhaltsverzeichnis ein
toc=listof, % Fügt das Abbildungs- und Tabellenverzeichis ins Inhaltsverzeichnis ein
draft=false, % Status des Dokuments (final/draft)
% captions=nooneline % Beschriftungen nicht zentrieren
]{scrbook}
\usepackage{titlesec, graphicx, geometry, titlecaps}
\titleformat{\chapter}[display]{} {\normalfont\Large\scshape\titlecap{\chaptertitlename}\enspace\scalebox{1.8} {\thechapter}\filright} {8ex}{\Huge\bfseries\sffamily\filright} [{\titlerule[0.5pt]}]
\titlespacing*{\chapter}{0pt}{30pt}{20pt}
\begin{document}
\listoftables
\listoffigures
\begin{figure}
\caption{Some figure}
\end{figure}
\begin{table}
\caption{some table}
\end{table}
\end{document}


titlesecerror while using it with KOMA-Script. I'll try updating it. Thanks for your time @esdd – Yousaf Oct 14 '16 at 16:19